You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > CopyVec Method > TMtx.CopyVec Method ([In] TVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.CopyVec Method ([In] TVec, int, int, int, int)

Copy Vec elements [VecIndex]..[VecIndex+Len-1] to the calling matrix elements starting with [Row,Col].

Syntax
C#
Visual Basic
public TMtx CopyVec([In] TVec Vec, int VecIndex, int Len, int Row, int Col);

An exception is raised if TMtxVecBase.ConditionCheck is true and bounds are overrun or if TMtxVec.ComplexComplexproperties of the calling matrix and Vec do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!